Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alternative asdf in fits implementation #1

Conversation

braingram
Copy link

Conversation in PR spacetelescope#110

exploits the lazy loading of NDArrayType objects
to implement asdf in fits. After the yaml is parsed and tree is loaded, the tree is modified and each
NDArrayType is replaced with the corresponding array from the hdulist.

exploits the lazy loading of NDArrayType objects
to implement asdf in fits. After the yaml is parsed
and tree is loaded, the tree is modified and each
NDArrayType is replaced with the corresponding array
from the hdulist.
@braingram
Copy link
Author

Running regression tests with this branch:
https://plwishmaster.stsci.edu:8081/job/RT/job/JWST/2175/

@braingram
Copy link
Author

Those tests crashed and burned because of an unrelated failure: spacetelescope/jwst#7435

Will rerun when things settle.

@braingram
Copy link
Author

I reran the jwst regression tests now that the unrelated issue was fixed. The updated run passed with no errors:
https://plwishmaster.stsci.edu:8081/job/RT/job/JWST/2178/

Copy link
Owner

@eslavich eslavich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thank you!

@eslavich eslavich merged commit 1deeabb into eslavich:eslavich-implement-asdf-in-fits Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants